h1, h2, h3, h4, h5, h6{
      font-size: 100%;
}
.page-top {
  background: #f8f8f8;
  height: 33px;
  line-height: 32px;
  white-space: nowrap;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
  color: #333;
  font-size: 12px;
}
.page-top a {
  color: #333;
}
.page-top a:hover {
  color: #3f6dd4;
}
.page-top .login-content {
  padding: 0 10px;
}
.page-top .taskbar-list {
  margin: 0;
  padding: 0 10px;navbar-brand
}
.page-top .taskbar-list > li {
  float: left;
  position: relative;
}
.page-top .taskbar-list > li > a {
  padding: 0 10px;
  display: block;
}
.page-top .taskbar-list > li:hover .page-list {
  display: block;
}
.page-top .taskbar-list .page-list {
  position: absolute;
  z-index: 1000;
  display: none;
  background: #fff;
  border: 1px solid #eee;
}
.page-top .taskbar-list .page-list > li {
  padding: 0 20px;
}
.page-top .taskbar-list .page-list > li > a {
  display: block;
}
@media (max-width: 750px) {
  .page-top .taskbar-list {
    display: none;
  }
}
.page-search {
  margin: 20px 0;
}
.page-search .navbar-brand {
  width: 450px;
  height: 75px;
}
.page-search .navbar-brand .navbar-logo {
  float: left;
  width: 350px;
}
.page-search .navbar-brand .navbar-logo-img {
  float: left;
  width: 80px;
}
@media (max-width: 768px) {
  .page-search .navbar-brand {
    width: 100%;
	height:50px;
  }
  .page-search .navbar-brand .navbar-logo {
    width: 80%;
  }
  .page-search .navbar-brand .navbar-logo-img {
    width: 20%;
  }
}
.page-search .task-search {
  border: 3px solid #3f6dd4;
  border-radius: 3px;
  height: 41px;
  margin-top: 10px;
}
.page-search .task-search .search-aBtn {
  vertical-align: top;
  height: 35px;
  line-height: 35px;
  color: #b3b3b3;
}
.page-search .task-search .search-aBtn .search-btn-toggle {
  padding: 0;
  width: 55px;
  height: 35px;
  text-align: right;
  line-height: 35px;
  background: #fff;
  color: #b3b3b3 !important;
  font-size: 12px;
  border: none;
  text-shadow: none !important;
  background: none !important;
}
.page-search .task-search i {
  font-size: 14px;
  color: #dbdbdb;
  margin: 10px 0 0 4px;
}
.page-search .task-search input {
  vertical-align: top;
  margin-top: 2px;
  border: none;
  margin-left: 4px;
  width: 65%;
  line-height: 32px;
  margin: 0;
}
.page-search .task-search button {
  background: #3f6dd4;
  padding: 0 3%;
  height: 36px;
  border: none;
  color: #fff;
  vertical-align: top;
  font-size: 16px;
  margin-right: -3px;
  float: right;
}
.page-search .search-line {
  margin-top: 5px;
}
.page-search .search-line > a {
  margin-right: 5px;
  color: #999;
}
.page-search .search-line > a.hot {
  color: #3f6dd4;
}
.page-search .search-txt {
  width: 40px;
  float: left;
  margin-top: 18px;
  color: #999;
}
.page-search .search-task-btn {
  background: #3f6dd4;
  color: #fff;
  margin-top: 10px;
  padding: 9px 25px;
  border-radius: 0;
}
@media (max-width: 750px) {
  .page-search {
    margin: 0;
  }
  .page-search .search-img {
    padding: 0;
  }
  .page-search .search-img img {
    width: 100%;
  }
}
.page-nav .navbar-nav > li {
  font-size: 16px;
  font-weight:bold;
}
.page-nav .navbar-nav > li a {
  color: #333;
}
.page-nav .navbar-nav > li.active a {
  color: #3f6dd4;
}
.page-nav .page-conter {
  position: relative;
}
.page-nav .page-box-user {
  position: absolute;
  z-index: 11;
  right: 10px;
  top: 84px;
  background: #fff;
  line-height: normal;
  font-size: 12px;
  color: #8f8f8f;
  width: 300px;
  overflow: hidden;
}
.page-nav .page-box-user .user-info {
  border: 1px solid #eee;
  border-top: 0;
  height: 230px;
  overflow: hidden;
}
.page-nav .page-box-user .user-info .become {
  text-align: center;
}
.page-nav .page-box-user .user-info .become img {
  width: auto;
  height: auto;
  margin: 13px 0;
}
.page-nav .page-box-user .user-info .become .become-head {
  width: 100%;
  height: 127px;
  background: url('../img/home/head-background.png') no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-bottom: 4px;
}
.page-nav .page-box-user .user-info .become .become-head img {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  top: 6%;
  left: 37%;
}
.page-nav .page-box-user .user-info .become .become-button .b-login {
  display: inline-block;
  width: 120px;
  height: 30px;
  margin-left: 0px;
  background: #3f6dd4;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.page-nav .page-box-user .user-info .become .become-button .b-login:hover {
  background: #396BDA;
}
.page-nav .page-box-user .user-info .become .become-button .b-open {
  display: inline-block;
  width: 120px;
  height: 30px;
  margin-left: 18px;
  background: #3f6dd4;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.page-nav .page-box-user .user-info .become .become-button .b-open:hover {
  background: #396BDA;
}
.page-nav .page-box-user .user-info .become .become-club {
  display: block;
  margin-top: 12px;
  font-size: 15px;
  color: #3f6dd4;
  cursor: pointer;
}
.page-nav .page-box-user .user-info .order {
  color: #1b1b1b;
  padding: 15px 0 0;
  border-top: 1px solid #eee;
}
.page-nav .page-box-user .user-info .order .msg {
  padding-bottom: 1px;
  overflow: hidden;
}
.page-nav .page-box-user .user-info .order .msg .ava {
  float: left;
  margin-left: 19px;
}
.page-nav .page-box-user .user-info .order .msg .ava .img {
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.page-nav .page-box-user .user-info .order .j-club-info {
  overflow: hidden;
  border-bottom: 1px dotted #d8d8d8;
  position: relative;
}
.page-nav .page-box-user .user-info .order .j-club-info .ava {
  position: relative;
}
.page-nav .page-box-user .user-info .order .j-club-info .ava i {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 36px;
  top: 32px;
}
.page-nav .page-box-user .user-info .order .j-club-name {
  float: left;
  margin-left: 14px;
  margin-top: 5px;
  height: 56px;
}
.page-nav .page-box-user .user-info .order .j-club-name .name {
  color: #7a7a7a;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 8px;
}
.page-nav .page-box-user .user-info .order .j-club-name .name a {
  color: #484848;
  font-size: 14px;
  display: block;
  width: 114px;
  height: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
}
.page-nav .page-box-user .user-info .order .j-club-name .ticket {
  width: 200px;
  overflow: hidden;
}
.page-nav .page-box-user .user-info .order .j-club-name .ticket a {
  display: block;
  float: left;
  max-width: 90px;
  height: 18px;
  line-height: 18px;
  margin-right: 5px;
  padding: 0 4px;
  font-size: 12px;
  color: #3f6dd4;
  border-radius: 3px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
}
.page-nav .page-box-user .user-info .order .j-club-ico {
  display: block;
  width: 73px;
  height: 18px;
  position: absolute;
  top: 0px;
  right: 10px;
  text-decoration: none;
}
.page-nav .page-box-user .user-info .order .user-order {
  overflow: hidden;
  height: 60px;
  padding: 8px 0;
  padding-left: 1px;
}
.page-nav .page-box-user .user-info .order .user-order a {
  display: block;
  float: left;
  width: 73px;
  height: 47px;
  text-align: center;
  border-right: 1px dotted #d8d8d8;
  color: #333;
  text-decoration: none;
  overflow: hidden;
}
.page-nav .page-box-user .user-info .order .user-order a strong {
  display: block;
  margin-top: 3px;
  height: 18px;
  font-size: 18px;
  font-weight: 700;
  color: #6379B0;
  line-height: 1;
}
.page-nav .page-box-user .user-info .order .user-order a p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1;
}
.page-nav .page-box-user .user-info .order .not {
  border-top: 1px dotted #d8d8d8;
  text-align: center;
  padding-top: 13px;
  height: 45px;
  overflow: hidden;
}
.page-nav .page-box-user .user-info .order .not .btn-em {
  margin-right: 10px;
}
.page-nav .page-box-user .user-info .order .btn-em {
  display: inline-block;
  font-size: 12px;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  background: #3f6dd4;
  color: #fff;
}
.page-nav .page-box-list {
  position: absolute;
  z-index: 11;
  left: 10px;
  top: 50px;
  color: #8f8f8f;
  width: 240px;
}
.page-nav .page-box-list .nav-dex {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  text-align: left;
  height: 454px;
  overflow: hidden;
  width: 100%;
  line-height: 26px;
  color: #fff;
  padding-top: 4px;
  margin: 0;
}
.page-nav .page-box-list .nav-dex > li {
  max-height: 90px;
  padding: 0 15px;
}
.page-nav .page-box-list .nav-dex > li:hover {
  background: #fff;
}
.page-nav .page-box-list .nav-dex > li:hover .nav-dex-item a {
  color: #666;
}
.page-nav .page-box-list .nav-dex > li:hover .nav-dex-item a:hover {
  color: #3F6DD3;
}
.page-nav .page-box-list .nav-dex > li:hover .nav-dex-conten {
  display: block;
}
.page-nav .page-box-list .nav-dex .nav-dex-item {
  padding-bottom: 16px;
  padding-top: 6px;
  height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
.page-nav .page-box-list .nav-dex .nav-dex-item h4 {
  margin-bottom: 6px;
}
.page-nav .page-box-list .nav-dex .nav-dex-item a {
  font-size: 12px;
  margin-right: 5%;
  margin-left: 0;
  color: #fff;
}
.page-nav .page-box-list .nav-dex .nav-dex-item a:hover {
  color: #3F6DD3;
}
.page-nav .page-box-list .nav-dex .nav-dex-conten {
  display: none;
  width: 500px;
  height: 454px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 240px;
  z-index: 1;
  border: 1px solid #3F6DD3;
  border-left: none;
}
.page-nav .page-box-list .nav-dex .nav-dex-conten a {
  color: #515151;
  font-size: 14px;
  margin: 0;
}
.page-nav .page-box-list .nav-dex .nav-dex-conten div {
  border-bottom: 1px dashed #c3c3c2;
  margin: 0 30px;
  font-size: 16px;
  padding: 10px 0;
  color: #3F6DD3;
}
.page-nav .page-box-list .nav-dex .nav-dex-conten p {
  color: #c3c3c2;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 38px;
}
.page-box {
  margin-bottom: 10px;
  position: relative;
}
.page-box .page-banner {
  width: 100%;
}
@media (max-width: 1200px) {
  .page-nav .page-conter .page-box-user,
  .page-nav .page-conter .page-box-list {
    display: none;
  }
  .new-dongt {
    display: none;
  }
  .page-fix {
    // display: none!important;
  }
  .page-fix .col-xs-12{
    padding-top: 0;
    padding-bottom: 0;
  }
  .fix-nav-list{
    position: relative;
  }
  .fix-nav-list .navbar-header .navbar-toggle{
    position: absolute;
    top: 6px;
    right: 0;
  }
}
.new-task .task-header {
  overflow: hidden;
}
.new-task .task-header .task-header-title {
  color: #454545;
  font-size: 24px;
  float: left;
}
.new-task .task-header .task-header-txt {
  padding-top: 21px;
  padding-right: 20px;
  color: #979797;
  float: right;
}
.new-task .task-conter {
  border: 1px solid #eeeeee;
  overflow: hidden;
  height: 387px;
}
.new-task .task-conter .task-list {
  color: #c3c3c2;
  width: 100%;
  padding: 20px 10px;
}
.new-task .task-conter .task-item {
  margin-bottom: 20px;
  overflow: hidden;
}
.new-task .task-conter .task-item .task-item-title > a {
  color: #515151;
}
.new-task .task-conter .task-item .task-item-link {
  margin-right: 10px;
}
@media screen and (min-width: 1200px) {
  .new-task .task-conter .task-list {
    min-height: 360px;
  }
}
.new-dongt .new-dong-title {
  font-size: 24px;
  color: #454545;
   margin-bottom:15px;
}
.new-dongt .dongt-conter {
  border: 1px solid #eeeeee;
  height: 387px;
  padding: 10px 18px 18px 18px !important;
  overflow: hidden;
}
.new-dongt .dongt-conter .dongt-list {
  margin: 0;
}
.new-dongt .dongt-conter .dongt-list > li {
  padding: 12px 0;
  border-bottom: 1px dashed #d6d6d6;
  height: auto !important;
}
.new-dongt .dongt-conter .dongt-list .dongt-name {
  font-size: 14px;
}
.new-dongt .dongt-conter .dongt-list .dongt-name i {
  font-size: 12px;
  color: #c3c3c2;
}
.new-dongt .dongt-conter .dongt-list .dongt-name a {
  color: #3F6DD3;
}
.new-dongt .dongt-conter .dongt-list .dongt-txt {
  color: #c3c3c2;
  overflow: hidden;
}
.new-dongt .dongt-conter .dongt-list .dongt-txt .cor-orange {
  color: #ff9934;
}
.page-fix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #004899;
  color: #fff;
  border-bottom: 0px solid #eee;
  z-index: 99999;
  display: none;
}
.page-fix .navbar {
  margin: 0;
  background: none;
  border-width: 0;
}
.page-fix .navbar .navbar-header {
  width: 200px;
  background: none;
}
.page-fix .navbar .fix-search .fix-search-form {
  padding: 0 5px;
}
.page-fix .navbar .fix-search .fix-search-form .form-control {
  width: 100px;
}
.page-fix .navbar .fix-search .search-link > a {
  padding: 15px 3px;
  color: #fff;
}
.page-fix .navbar .fix-search .search-link > a:hover {
  color: #3F6DD3;
}
.page-fix .fix-nav-list ul.navbar-nav > li a {
  padding: 15px 4px;
  color: #fff;
  font-size: 16px;
}
.page-fix .fix-nav-list ul.navbar-nav > li.open a {
  color: #fff;
  background-color: #2f549f;
}
.page-fix .fix-nav-list ul.navbar-nav > li.open ul.dropdown-menu > li a {
  color: #333;
  padding: 5px 20px;
  background: #fff;
}
.page-fix .fix-nav-list ul.navbar-nav > li a:hover {
  color: #ddd;
}
.page-fix .fix-nav-list ul.navbar-nav > li.active a {
  color: #ddd;
}
.navbar-header {
  width: 100%;
  background: #3F6DD3;
  color: #fff;
}
.navbar-header .navbar-toggle {
  padding: 5px;
  margin: 5px;
}
.navbar-header .navbar-toggle .icon-bar {
  background: #fff;
}
.nav-search-collapse {
  display: none!important;
  padding-top: 50px;
  padding-bottom: 10px;
}
.nav-search-collapse.collapse {
  display: none!important;
  padding-top: 50px;
  padding-bottom: 10px;
}
.nav-search-collapse.in {
  display: block!important;
}
.nav-search-collapse .nav-search {
  border: 3px solid #3F6DD3;
  border-radius: 3px;
  height: 41px;
}
.nav-search-collapse .nav-search i {
  font-size: 14px;
  color: #dbdbdb;
  margin: 10px 0 0 4px;
}
.nav-search-collapse .nav-search input {
  vertical-align: top;
  margin-top: 2px;
  border: none;
  margin-left: 0;
  height: 31px;
  width: 200px;
}
.nav-search-collapse .nav-search button {
  padding: 0 3%;
  height: 36px;
  border: none;
  color: #fff;
  vertical-align: top;
  font-size: 16px;
  margin-right: -3px;
  float: right;
  background: #3F6DD3;
}
.p-spece {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mg-margin {
  margin: 0;
}
.cor-orange {
  color: #3F6DD3;
}
@media (max-width: 745px) {
  .navbar-toggle {
    display: block;
  }
  .nav-list-collapse .nav-list-page > li {
    width: 100%;
    padding: 0 20px;
  }
  .nav-list-collapse.in {
    display: block;
  }
}


// .page-top {
//  vertical-align:top;
//  white-space:normal;
//  display:inline-block;
//  position:relative;
// }
// .page-top:hover {
//  background:#fff
// }
// .page-top:hover .zbj-dropdown-menu {
//  display:block
// }
// .page-top:hover .zbj-dropdown-hd b {
//  -webkit-transform-origin:6px 6px;
//  transform-origin:6px 6px;
//  -webkit-transform-origin:50% 50%;
//  transform-origin:50% 50%;
//  transform:rotate(180deg);
//  -webkit-transform:rotate(180deg);
//  -moz-transform:rotate(180deg);
//  -ms-transform:rotate(180deg)
// }
.page-top .zbj-dropdown-hd {
 height:32px;
 line-height:32px;
 padding:0 10px;
 border:1px solid transparent;
 border-bottom:0;
 display:inline-block
}
.page-top .zbj-dropdown-hd b {
 display:inline-block;
 top:11px;
 right:1px;
 border:0;
 font-size:12px;
 width:12px;
 height:12px;
 line-height:12px;
 overflow:hidden;
 text-align:center;
 color:#999;
 background:url('//as.zbjimg.com/static/nodejs-zbj-utopiacs-web/widget/header-top/img/down-arrow_d2589eb.png') no-repeat center center;
 -webkit-transition:-webkit-transform .5s ease;
 transition:transform .5s ease
}
.page-top .zbj-dropdown-hd b:hover {
 -webkit-transform-origin:6px 6px;
 transform-origin:6px 6px;
 -webkit-transform-origin:50% 50%;
 transform-origin:50% 50%;
 transform:rotate(180deg);
 -webkit-transform:rotate(180deg);
 -moz-transform:rotate(180deg);
 -ms-transform:rotate(180deg)
}
.page-top .zbj-dropdown-hd b img {
 display:inline-block;
 width:8px;
 height:6px
}
.page-top .zbj-dropdown-hd a:hover {
 color:#666
}
.page-top .zbj-dropdown-menu {
 border:1px solid #eee;
 left:auto;
 right:0;
 width:1190px;
 padding:15px 0 22px;
 background:#fff;
 color:#666;
 min-width:100%;
 box-sizing:border-box;
 position:absolute;
 top:100%;
 float:left;
 display:none;
 list-style:none;
 margin-bottom:0;
 white-space:normal;
 z-index:101
}
.page-top .zbj-dropdown-menu li {
 height:186px;
 box-sizing:border-box;
 padding-left:26px;
 padding-right:20px;
 float:left;
 width:200px;
 border-bottom:0;
 border-right:1px dotted #ddd;
 margin:0;
 display:list-item;
 text-align:-webkit-match-parent;
 list-style:none
}
.page-top .zbj-dropdown-menu li .map-lnk {
 padding:7px 0 0;
 overflow:hidden
}
.page-top .zbj-dropdown-menu li .map-lnk a {
 height:28px;
 line-height:28px;
 float:left;
 padding:0;
 color:#666;
 display:inline;
 white-space:nowrap
}
.page-top .zbj-dropdown-menu li .map-lnk a:hover {
 color:#3f6dd4;
 text-decoration:none
}
.page-top .zbj-dropdown-menu li .map-lnk .highlight {
 color:#3f6dd4;
 font-family:"simsun, serif"
}
.page-top .zbj-dropdown-menu li .map-tit {
 font:14px/1.5 "Microsoft YaHei",sans-serif;
 font-weight:700;
 font-size:16px;
 color:#3f6dd4
}
.page-top .zbj-dropdown-menu li i {
 position:relative;
 top:-5px;
 display:inline-block;
 height:16px;
 width:13px;
 background:url(//as.zbjimg.com/static/nodejs-zbj-utopiacs-web/widget/header-top/img/2015/hot-icon_c1d2c69.png) no-repeat
}
.page-top .zbj-dropdown-menu .map-01 {
 width:120px
}
.page-top .zbj-dropdown-menu .map-01 .map-lnk a {
 width:100%;
 height:28px;
 line-height:28px
}
.page-top .zbj-dropdown-menu .map-02 {
 width:278px
}
.page-top .zbj-dropdown-menu .map-02 .map-lnk a {
 width:33.3%
}
.page-top .zbj-dropdown-menu .map-03 {
 width:280px;
 padding-right:10px
}
.page-top .zbj-dropdown-menu .map-03 .map-lnk .img {
 height:44px;
 line-height:44px;
 width:31.8%;
 margin-top:8px
}
.page-top .zbj-dropdown-menu .map-03 .map-lnk .img img {
 max-width:80%;
 max-height:100%
}
.page-top .zbj-dropdown-menu .map-03 .map-lnk a {
 width:33.3%
}
.page-top .zbj-dropdown-menu .map-04 {
 width:198px
}
.page-top .zbj-dropdown-menu .map-04 .map-lnk a {
 width:46.5%
}
.page-top .zbj-dropdown-menu .map-05 {
 width:189px
}
.page-top .zbj-dropdown-menu .map-05 .map-lnk a {
 width:46.5%
}
.page-top .zbj-dropdown-menu .map-06 {
 width:121px;
 border-right:0
}
.page-top .zbj-dropdown-menu .map-06 .map-lnk a {
 width:100%
}
.page-top .ui-menu-fix {
 padding:0
}
@media (max-width: 768px) {
  .page-fix .fix-nav-list ul.navbar-nav > li.open a{
    background-color: transparent;
  }
  .page-fix .fix-nav-list ul.navbar-nav > li.open ul.dropdown-menu > li a{
    background-color: transparent;
    color: #fff;
    padding: 15px 4px;
    font-size: 16px;
  }
  .new-task .task-conter{
    height: auto !important;
  }
}
